home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net 1998 February
/
netCD41.iso
/
pc
/
NETCD41.dir
/
00122_Essent yellow.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-12-11
|
241 b
|
12 lines
on mouseUp
if the platform = "Windows,32" then
go("95")
end if
if the platform = "Windows,16" then
go("31")
end if
if (the platform = "macintosh,powerpc") or (the platform = "macintosh,68k") then
go("mac")
end if
end